home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / joe014.zip / JOE014.TAZ / JOE014.tar / blocks.h < prev    next >
Text File  |  1991-08-29  |  1KB  |  31 lines

  1. /* Memory block functions header file
  2.    Copyright (C) 1991 Joseph H. Allen
  3.  
  4. This file is part of JOE (Joe's Own Editor)
  5.  
  6. JOE is free software; you can redistribute it and/or modify it under the terms
  7. of the GNU General Public License as published by the Free Software
  8. Foundation; either version 1, or (at your option) any later version.  
  9.  
  10. JOE is distributed in the hope that it will be useful, but WITHOUT ANY
  11. WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  12. A PARTICULAR PURPOSE.  See the GNU General Public License for more details.  
  13.  
  14. You should have received a copy of the GNU General Public License along with
  15. JOE; see the file COPYING.  If not, write to the Free Software Foundation, 675
  16. Mass Ave, Cambridge, MA 02139, USA.  */ 
  17.  
  18. unsigned char *bzero();
  19. unsigned char *bset();
  20. unsigned char *bmove();
  21. unsigned char *bfwrd();
  22. unsigned char *bbkwd();
  23. unsigned umin();
  24. unsigned umax();
  25. int min();
  26. int max();
  27. int beq();
  28. int bieq();
  29. unsigned char *bchr();
  30. unsigned char *brchr();
  31.